home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000111_Stefan.Bill@soudronic.com_Tue Nov 26 09:10:21 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  38 lines

  1. Article: 13891 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!fu-berlin.de!uni-berlin.de!mail.soudronic.COM!not-for-mail
  3. From: Stefan Bill <Stefan.Bill@soudronic.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Send a String after connection (OpenVMS)
  6. Date: Tue, 26 Nov 2002 09:55:18 +0100
  7. Lines: 20
  8. Message-ID: <ofd6uusi3lbu5r5mtrj8nhp5ajhhno3jaf@4ax.com>
  9. References: <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com> <arthps$12d$1@watsol.cc.columbia.edu>
  10. NNTP-Posting-Host: mail.soudronic.com (212.59.128.3)
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Trace: fu-berlin.de 1038300918 23660255 212.59.128.3 (16 [70952])
  15. X-Newsreader: Forte Free Agent 1.92/32.572
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13891
  17.  
  18. On 25 Nov 2002 11:06:20 -0500, fdc@columbia.edu (Frank da Cruz) wrote:
  19.  
  20.  
  21. >I suspect the pager number and message must be included as part of the
  22. >telephone number.  See:
  23. >
  24. >  http://www.columbia.edu/kermit/pagers.html
  25.  
  26. Now i do it over X.25 like so.
  27. USER1 is the Pager-Nummer.
  28.  
  29. $  open/write ofil sprintel.tmp
  30. $  write ofil "$set host/x29 46430973"
  31. $  write ofil "::''USER1'::''message'::"
  32. $  close ofil
  33. $  @sprintel.tmp
  34.  
  35. And i think it must be possible do it the same way with a modem.
  36.  
  37. Stefan
  38.